-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix PEP-8 issues in contributing.rst #24003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Fabian Haase <[email protected]>
@@ -963,7 +970,7 @@ a single test. | |||
|
|||
.. code-block:: python | |||
|
|||
with warch.catch_warnings(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume warnings
was meant.
If someone knows better I can change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks @FHaase
I also think warnings
was intended
Requires #23847 before merging. |
@FHaase, I think you can merge master and leave the CI in green now. Also, if you can remove the file from |
Signed-off-by: Fabian Haase <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #24003 +/- ##
=======================================
Coverage 42.45% 42.45%
=======================================
Files 161 161
Lines 51561 51561
=======================================
Hits 21888 21888
Misses 29673 29673
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #24003 +/- ##
=======================================
Coverage 42.45% 42.45%
=======================================
Files 161 161
Lines 51561 51561
=======================================
Hits 21888 21888
Misses 29673 29673
Continue to review full report at Codecov.
|
thanks @FHaase |
No description provided.